This operation transfers final assessment details for the application from the council's IT system to the online DA service.
CaseID required | string A fully qualified application number. |
OrganisationID required | string Used by the API gateway to identify the council LGA name from which the request was initiated. |
IdempotencyID required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
isFeesPaidDuringAssessment | boolean This is to track if the applicant paid the DA fees. Mandatory if fees not paid during lodgement. |
totalFeesPaid | number This is to track the total fees paid by the applicant. Applicable only if fee was paid during assessment. |
inspectionDate | string <date> This is to track the inspection completed date on the application. |
isPaymentDeclared required | boolean This is to track the consent authorities declaration on the conditions imposed for the contribution related payments. Declaration reads as follows "I confirm that any relevant conditions have been imposed requiring the payment of relevant development contributions in accordance with any relevant local or state contributions plan or Voluntary Planning Agreement." |
isSICDeclared | boolean This is to track the declaration confirmation by the consent authority regarding Special Infrastructure Contributions(SIC). "I confirm that the SIC condition has been included in the proposed conditions.". Mandatory when isSICReq is true from the preliminary assessment. |
isSACDeclared | boolean This is to track the declaration confirmation by the consent authority regarding SAC. "I confirm that a SAC has been issued in relation to this development.". Mandatory when isVPAReq is true. |
Array of objects (DownloadableDocument) | |
updatedByEmail required | string <= 250 characters User must be registered in the planning portal |
{- "isFeesPaidDuringAssessment": true,
- "totalFeesPaid": 1250.9,
- "inspectionDate": "2019-08-24",
- "isPaymentDeclared": true,
- "isSICDeclared": true,
- "isSACDeclared": true,
- "Documents": [
- {
- "documentName": "test.docx",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
}
], - "updatedByEmail": "john.smith@gmail.com"
}